6.4: Information Criteria

Overview:

Information Criteria allows us to compare the accuracy of competing models without falling into the trap of favoring the most complex and overfit models.

knitr::opts_chunk$set(
  fig.align='center', dpi = 300, 
  include=FALSE, echo=FALSE, message=FALSE, warning=FALSE
)
library(kableExtra)
library(knitr)
library(tidyverse)


joepowers16/rethinking documentation built on June 2, 2019, 6:52 p.m.